/* Center the iframe section */
.webinar-iframe-card {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Force iframe dimensions */
.webinar-iframe-card iframe {
  width: 100% !important;
  height: 480px !important;
  border: none;
  border-radius: 12px;
  display: block;
}
